home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
PowerPC
/
Dev
/
chunkyppc
/
chunkyppcbase.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-01-06
|
171 b
|
10 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
} ChunkyPPC;
#endif